Anyone know what the "\\pard" indicator is used for in formatting strings?
tlwtheq - Mon Dec 10 13:43:55 EST 2012 |
|
Re: Formatting indicator OurGuest - Mon Dec 10 16:14:54 EST 2012
\pard signals that the paragraph shouldn't inherit paragraph-formatting attributes from the previous paragraph.
|
|
Re: Formatting indicator llandale - Tue Dec 11 13:42:00 EST 2012 OurGuest - Mon Dec 10 16:14:54 EST 2012
\pard signals that the paragraph shouldn't inherit paragraph-formatting attributes from the previous paragraph.
Is it also a "paragraph" indicator; or must you: "\pard\par "?
|
|
Re: Formatting indicator M_vdLaan - Wed Dec 12 08:34:11 EST 2012 llandale - Tue Dec 11 13:42:00 EST 2012
Is it also a "paragraph" indicator; or must you: "\pard\par "?
Hi Louie,
From what I gather, the '\pard' does not create a new paragraph and so, yes, you need to '\par\pard'.
Not sure whether the order really matters, but this is how I've seen it used.
|
|
Re: Formatting indicator tlwtheq - Wed Dec 12 08:47:08 EST 2012 M_vdLaan - Wed Dec 12 08:34:11 EST 2012
Hi Louie,
From what I gather, the '\pard' does not create a new paragraph and so, yes, you need to '\par\pard'.
Not sure whether the order really matters, but this is how I've seen it used.
Here's a question from the larger perspective. Where does one look up these formatting
directions as they are mentioned in the DOORS DXL Manual (but not explained)?
(Looking to being taught how to fish rather than taking one fish someone caught for me. :) )
|
|
Re: Formatting indicator OurGuest - Wed Dec 12 08:52:50 EST 2012 tlwtheq - Wed Dec 12 08:47:08 EST 2012
Here's a question from the larger perspective. Where does one look up these formatting
directions as they are mentioned in the DOORS DXL Manual (but not explained)?
(Looking to being taught how to fish rather than taking one fish someone caught for me. :) )
GOOGLE - rtf is an international standard and not DOORS specific
|
|
Re: Formatting indicator llandale - Wed Dec 12 16:50:19 EST 2012 M_vdLaan - Wed Dec 12 08:34:11 EST 2012
Hi Louie,
From what I gather, the '\pard' does not create a new paragraph and so, yes, you need to '\par\pard'.
Not sure whether the order really matters, but this is how I've seen it used.
I would presume the \par must come first, otherwise the \pard would apply to the previous paragraph.
|
|
Re: Formatting indicator SystemAdmin - Wed Dec 12 17:33:12 EST 2012 tlwtheq - Wed Dec 12 08:47:08 EST 2012
Here's a question from the larger perspective. Where does one look up these formatting
directions as they are mentioned in the DOORS DXL Manual (but not explained)?
(Looking to being taught how to fish rather than taking one fish someone caught for me. :) )
RTF is a Microsoft proprietary standard, currently at version 1.9.1, a good Wikipedia background & history can be found by clicking here, the v1.9.1 RTF Standard can be downloaded by clicking here (good reading for insomniacs).
Paul Miller,
Melbourne, Australia
|
|
Re: Formatting indicator tlwtheq - Wed Dec 12 18:34:50 EST 2012 SystemAdmin - Wed Dec 12 17:33:12 EST 2012
RTF is a Microsoft proprietary standard, currently at version 1.9.1, a good Wikipedia background & history can be found by clicking here, the v1.9.1 RTF Standard can be downloaded by clicking here (good reading for insomniacs).
Paul Miller,
Melbourne, Australia
Aaaaah. Good communication. Very valuable, thank you!
|
|